www.gusucode.com > 24Beta 虚拟主机版 1.0.0 Beta源码程序 > 24Beta 虚拟主机版 1.0.0 Beta源码程序/24Beta-1.0.0-vhost/protected/views/m/3g_show.php

    <?php
$this->pageTitle = CHtml::encode($post->subject);
?>
<p><a href="<?php echo url('m');?>">[返回首页]</a></p>
<center><p class="post-title"><?php echo $post->subject;?></p></center>
<hr noshade="noshade" size="1" />
<div class="post-extra">
<p>投递:<?php echo $post->contributeUser;?></p>
<p>时间:<?php echo date('Y-m-d H:i:s', $post->post_time);?></p>
<p>主题:<?php echo $post->topic->name;?></p>
<?php if ($post->source) echo "<p>{$post->source}</p>";?>
</div>
<hr noshade="noshade" size="1" />
<div class="post-content"><?php echo $post->purifyContent;?></div>
<p><a href="<?php echo url('m/comment', array('aid'=>$post->id));?>">查看评论(<?php echo $post->comment_nums;?>)</a></p>
<hr noshade="noshade" size="1" />
<p>
    <?php if ($post->prevPost):?><a href="<?php echo url('m/show', array('aid'=>$post->prevPost->id));?>">上一篇:<?php echo $post->prevPost->subject;?></a><?php endif;?><br />
    <?php if ($post->nextPost):?><a href="<?php echo url('m/show', array('aid'=>$post->nextPost->id));?>">下一篇:<?php echo $post->nextPost->subject;?></a><?php endif;?>
</p>
<hr noshade="noshade" size="1" />
<p><a href="<?php echo url('m');?>">[返回首页]</a></p>
文章地址:<?php echo CHtml::link(abu(url('m/show', array('aid'=>$post->id))), bu(url('m/show', array('aid'=>$post->id))));?><br />